pp108 : Parent Model

Parent Model

It refers to the model with which the current model is associated.

Syntax

Designtime

This is a design-time property and can be set through the property sheet of the model.

Remarks

After setting this property, the necessary reference fields should also be set by the user. When the parent model's request is fired, the data retrieved forms the basis for firing the request to retrieve data for the current model.
During runtime, this property can be set by the registerAssociatedModel() method.

Applies to

Model

Related reference

registerAssociatedModel()